home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / examples / tdmain.dfm / tdmain.txt
Text File  |  1996-04-08  |  3KB  |  121 lines

  1. object MainForm: TMainForm
  2.   Left = 138
  3.   Top = 137
  4.   BorderStyle = bsSingle
  5.   Caption = 'TermDemo'
  6.   ClientHeight = 341
  7.   ClientWidth = 656
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   TextHeight = 16
  20.   object Terminal1: TApdTerminal
  21.     Left = 8
  22.     Top = 8
  23.     Width = 640
  24.     Height = 300
  25.     ComPort = ApdComPort1
  26.     IntegralSize = isNone
  27.     Emulator = Emulator1
  28.     DisplayRows = 25
  29.     DisplayColumns = 80
  30.     CaptureFile = 'APD.CAP'
  31.     WantTabs = False
  32.     OnTerminalStatus = Terminal1TerminalStatus
  33.     Font.Color = clYellow
  34.     Font.Height = -12
  35.     Font.Name = 'Terminal'
  36.     Font.Pitch = fpFixed
  37.     Font.Style = []
  38.     ParentColor = False
  39.     ParentFont = False
  40.   end
  41.   object StatusLine: THeader
  42.     Left = 0
  43.     Top = 316
  44.     Width = 656
  45.     Height = 25
  46.     Align = alBottom
  47.     AllowResize = False
  48.     BorderStyle = bsNone
  49.     Sections.Sections = (
  50.       #0'135'#0'COM2 N81 19200'
  51.       #0'45'#0'01 01'
  52.       #0'55'#0'01 001'
  53.       #0'68'#0'Message')
  54.     TabOrder = 1
  55.   end
  56.   object Emulator1: TApdEmulator
  57.     Top = 32
  58.   end
  59.   object MainMenu1: TMainMenu
  60.     Top = 64
  61.     object F1: TMenuItem
  62.       Caption = '&File'
  63.       object P1: TMenuItem
  64.         Caption = '&Playback file'
  65.         OnClick = P1Click
  66.       end
  67.       object C2: TMenuItem
  68.         Caption = '&Clear terminal'
  69.         OnClick = C2Click
  70.       end
  71.       object N1: TMenuItem
  72.         Caption = '-'
  73.       end
  74.       object E2: TMenuItem
  75.         Caption = '&Exit'
  76.         OnClick = E2Click
  77.       end
  78.     end
  79.     object E1: TMenuItem
  80.       Caption = '&Edit'
  81.       object C3: TMenuItem
  82.         Caption = 'Copy'
  83.         OnClick = C3Click
  84.       end
  85.     end
  86.     object C1: TMenuItem
  87.       Caption = '&Communications'
  88.       object S1: TMenuItem
  89.         Caption = 'Set parameters'
  90.         OnClick = S1Click
  91.       end
  92.     end
  93.     object F2: TMenuItem
  94.       Caption = '&Font'
  95.       OnClick = F2Click
  96.     end
  97.   end
  98.   object OpenDialog1: TOpenDialog
  99.     FileName = '*.ANS'
  100.     Options = [ofHideReadOnly]
  101.     Title = 'Select PlayBack File'
  102.     Top = 96
  103.   end
  104.   object FontDialog1: TFontDialog
  105.     Font.Color = clWindowText
  106.     Font.Height = -17
  107.     Font.Name = 'System'
  108.     Font.Style = []
  109.     MinFontSize = 0
  110.     MaxFontSize = 0
  111.     Options = [fdEffects, fdFixedPitchOnly]
  112.     Top = 128
  113.   end
  114.   object ApdComPort1: TApdComPort
  115.     TraceName = 'APD.TRC'
  116.     Logging = tlOn
  117.     LogName = 'APD.LOG'
  118.     UseEventWord = False
  119.   end
  120. end
  121.